Implementing a Trie, aka Digital/Prefix Tree in pure python. First in a serie of article on implementing Data Structures from scratch. Code available on Github.